home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / News Stacks / Jan '90AMUG News™.cpt / Jan '90AMUG News™ / card_22848.txt < prev    next >
Text File  |  1990-01-21  |  3KB  |  114 lines

  1. -- card: 22848 from stack: in
  2. -- bmap block id: 23263
  3. -- flags: 0000
  4. -- background id: 21270
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=10 top=56 right=318 bottom=260
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 2
  16. -- text size: 10
  17. -- style flags: 0
  18. -- line height: 13
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=262 top=56 right=331 bottom=512
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 2
  30. -- text size: 10
  31. -- style flags: 0
  32. -- line height: 13
  33. -- part name: 
  34.  
  35.  
  36. -- part 6 (button)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=106 top=159 right=176 bottom=143
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 1009 / 1009
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: 
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   dispPICT "BP1"
  51. end mouseUp
  52.  
  53.  
  54.  
  55. -- part 7 (button)
  56. -- low flags: 00
  57. -- high flags: 0000
  58. -- rect: left=70 top=225 right=242 bottom=107
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 1009 / 1009
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: 
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   dispPICT "BP2"
  70. end mouseUp
  71.  
  72.  
  73.  
  74. -- part 8 (button)
  75. -- low flags: 00
  76. -- high flags: 0000
  77. -- rect: left=123 top=275 right=292 bottom=160
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 1009 / 1009
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: 
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   dispPICT "BP3"
  89. end mouseUp
  90.  
  91.  
  92.  
  93. -- part contents for background part 1
  94. ----- text -----
  95. 32
  96.  
  97. -- part contents for card part 1
  98. ----- text -----
  99. this a lot, I have a couple of Tempo II Macros to help speed this up. I assume you could use MacroMaker to do the same thing.
  100.  
  101. If you want to retain a blank lines between paragraphs, there is a multiple pass method that is useful for large documents. Let‚Äôs use some screen dumps of the change dialog box to show the steps
  102.    In the first step shown above we change all cases of two paragraph markers together to some character unlikely to appear normally in the text. I use a double ‚Äú@" sign to be sure.
  103. In the above pass, we now change all cases of a single paragraph marker to a space 
  104. (the space doesn‚Äôt show up in the Change To box in this picture).
  105.     Finally we change all the double ‚Äú@" characters back to double paragraph 
  106.  
  107. -- part contents for card part 2
  108. ----- text -----
  109. markers.
  110.     Before leaving this subject, I should note that there are some applications that will do this for you if your file is text only. But I have not found one that was entirely satisfactory since the ones I‚Äôve seen work on the entire file only (not a selected portion). There are also some Desk Accessories that can help. One is Clip Edit. It works well, and I use it a lot. But its use is tedious for long documents. A DA like ‚ÄúVantage‚Äù, or its shareware version ‚ÄúMac-Sink‚Äù will handle this I understand. When the new version of Vantage (which sup-ports word wrap I‚Äôm told) comes out I plan to buy it, since I understand it will read Word and MacWrite
  111.  files, and I have 
  112. been yearning for
  113.  a DA that would do 
  114. this effectively.